github.com/vmihailenco/msgpack/v5.Decoder.parseExtLen (method)

3 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		ext.go#L207: 	extLen, err := d.parseExtLen(c)
		ext.go#L220: func (d *Decoder) parseExtLen(c byte) (int, error) {
		ext.go#L270: 	n, err := d.parseExtLen(c)